RE: PerlTransHandler and CGI.pm

2000-06-08 Thread Eric Jain
Got it... Seems like the query string is decoded twice: Therefore http://biodoc.ch/de/search;query=%252Btest+%252Bdna+-xyz works perfectly, since all the '%' are encoded. Then it even works with slashes :-) -- Eric Jain When processing the url http://biodoc.ch/de/search?query=%2Btest

RE: [OT-ish] Session refresh philosophy

2002-02-20 Thread David Harris
if you expect any size of data. I've seen the query string get truncated at some arbitrary size limit. David

Re: Apache::ASP (QueryString eats +)

2000-11-21 Thread Stephen Beitzel
equence of characters you need to include in a query string in order to have your script interpret it as the symbol '+' is '%43'. Your problem report isn't exactly clear on what you mean by "eats", but this may be your trouble. HTH Steve

Apache::ASP cookieless sessions question

2000-10-15 Thread Shimon Rura
ese issues. A hit to a web page with session tracking does this: Hit to "www.foo/bar". If client delivers session-id cookie, deliver plain page for cookied clients. If query string contains session-id, deliver a page with session-ids parsed into links for cookieless clients. If client deli

Re: Apache::ASP cookieless sessions question

2000-10-15 Thread Joshua Chamas
, and that value will be marked. This is the method that I have in mind that I think would resolve these issues. A hit to a web page with session tracking does this: Hit to "www.foo/bar". If client delivers session-id cookie, deliver plain page for cookied clients. If query str

RE: can't properly append to file from mod_perl script

2000-06-30 Thread Rob Egan
500, "Error", "$!"); while(DISPLAYFILE) { print; } close(DISPLAYFILE); } Begin main program#### # Create CGI object, and gather email addresses into array my $query = CGI-new(); my $address = $query-param('email'); # Format URL encoded email addres

RE: can't properly append to file from mod_perl script

2000-07-05 Thread Geoffrey Young
sub say_thanks { print CGI::header(); open(DISPLAYFILE, "$display_file") || bail(500, "Error", "$!"); while(DISPLAYFILE) { print; } close(DISPLAYFILE); } ----Begin main program # Create CGI object, and gather email addresses into array

cvs commit: modperl-site/embperl Embperl.pod.11.html Embperl.pod.14.html Embperl.pod.15.html Embperl.pod.2.html Embperl.pod.3.html Embperl.pod.4.html Embperl.pod.6.html Embperl.pod.7.html EmbperlObject.pod.3.html Faq.pod.1.html Faq.pod.2.html Faq.pod.3.html Faq.pod.4.html Faq.pod.5.html Faq.pod.6.html Features.pod.1.html INSTALL.pod.1.html Intro.pod.7.html Mail.pod.1.html index.html

2000-12-03 Thread richter
e sure you get an answer, you also give us the possibility to put more power in 1.24 +38 -76modperl-site/embperl/Embperl.pod.2.html Index: Embperl.pod.2.html =========== RCS file: /home/cvs/modperl-site/embperl/E

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15.html Changes.pod.16.html Changes.pod.17.html Changes.pod.18.html Changes.pod.19.html Changes.pod.2.html Changes.pod.20.html Changes.pod.21.html Changes.pod.22.html Changes.pod.23.html Changes.pod.24.html Changes.pod.25.html Changes.pod.26.html Changes.pod.27.html Changes.pod.28.html Changes.pod.29.html Changes.pod.3.html Changes.pod.30.html Changes.pod.31.html Changes.pod.32.html Changes.pod.33.html Changes.pod.34.html Changes.pod.35.html Changes.pod.36.html Changes.pod.37.html Changes.pod.38.html Changes.pod.39.html Changes.pod.4.html Changes.pod.40.html Changes.pod.5.html Changes.pod.6.html Changes.pod.7.html Changes.pod.8.html Changes.pod.9.html Changes.pod.cont.html index.html

2000-08-20 Thread richter
mtype is - multipart/formdata. Spotted by Michael Slade. - - Embperl inserts amp;amp; instead of a signle amp; inside query strings - when expaned from array or hash refs. - - Embperl now also accepts hashref inside a url and expand it - to a query_string i.e. lt;a

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15.html Changes.pod.16.html Changes.pod.17.html Changes.pod.18.html Changes.pod.19.html Changes.pod.2.html Changes.pod.20.html Changes.pod.21.html Changes.pod.22.html Changes.pod.23.html Changes.pod.24.html Changes.pod.25.html Changes.pod.26.html Changes.pod.27.html Changes.pod.28.html Changes.pod.29.html Changes.pod.3.html Changes.pod.30.html Changes.pod.31.html Changes.pod.32.html Changes.pod.33.html Changes.pod.34.html Changes.pod.35.html Changes.pod.36.html Changes.pod.37.html Changes.pod.38.html Changes.pod.39.html Changes.pod.4.html Changes.pod.40.html Changes.pod.41.html Changes.pod.42.html Changes.pod.43.html Changes.pod.5.html Changes.pod.6.html Changes.pod.7.html Changes.pod.8.html Changes.pod.9.html Changes.pod.cont.html

2000-11-16 Thread richter
les. On win32 - it will not try to guess (the maybe wrong) path anymore. - - Added possibility to get the the uploadInfo from CGI.pm - (e.g. ${${$fdat{upload}}} -gt; {'Content-Type'} will return the - content type). Requested by Brian Reichert. - - Catch die of CGI.pm when

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15.html Changes.pod.16.html Changes.pod.17.html Changes.pod.18.html Changes.pod.19.html Changes.pod.2.html Changes.pod.20.html Changes.pod.21.html Changes.pod.22.html Changes.pod.23.html Changes.pod.24.html Changes.pod.25.html Changes.pod.26.html Changes.pod.27.html Changes.pod.28.html Changes.pod.29.html Changes.pod.3.html Changes.pod.30.html Changes.pod.31.html Changes.pod.32.html Changes.pod.33.html Changes.pod.34.html Changes.pod.35.html Changes.pod.36.html Changes.pod.37.html Changes.pod.38.html Changes.pod.39.html Changes.pod.4.html Changes.pod.40.html Changes.pod.41.html Changes.pod.42.html Changes.pod.43.html Changes.pod.44.html Changes.pod.45.html Changes.pod.5.html Changes.pod.6.html Changes.pod.7.html Changes.pod.8.html Changes.pod.9.html Changes.pod.cont.html

2001-01-09 Thread richter
s way make test should work also where all modules linked at - runtime, like on RedHat 6. With help form James H. Thompson. - - Makefile.PL ask´s now if it can´t find any modules. On win32 - it will not try to guess (the maybe wrong) path anymore. - - Added possibility to get the the uplo

cvs commit: modperl-site/guide index_long.html CHANGES advocacy.html browserbugs.html config.html control.html correct_headers.html databases.html dbm.html debug.html download.html frequent.html hardware.html help.html index.html install.html intro.html mod_perl_guide.pdf.gz modules.html multiuser.html obvious.html performance.html perl.html porting.html scenario.html security.html snippets.html start.html strategy.html style.css troubleshooting.html

2000-05-12 Thread sbekman
t;#Preventing_QUERY_STRING_from_get"Preventing QUERY_STRING from getting corrupted because of amp;entity key names/A LIA HREF="#IE_4_x_does_not_re_post_data_to_"IE 4.x does not re-post data to a non-port-80 URL/A /UL !-- INDEX END -- @@ -53,30 +53,28 @@